[INFO] cloning repository https://github.com/SuccessfullyFailed/window_relative_system
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SuccessfullyFailed/window_relative_system" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuccessfullyFailed%2Fwindow_relative_system", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuccessfullyFailed%2Fwindow_relative_system'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03f1d4674802975085f6d3221167c5247780ae4b
[INFO] fixing SuccessfullyFailed/window_relative_system against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuccessfullyFailed%2Fwindow_relative_system" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SuccessfullyFailed/window_relative_system
[INFO] finished tweaking git repo https://github.com/SuccessfullyFailed/window_relative_system
[INFO] tweaked toml for git repo https://github.com/SuccessfullyFailed/window_relative_system written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SuccessfullyFailed/window_relative_system on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SuccessfullyFailed/window_relative_system already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/SuccessfullyFailed/circular_buffer`
[INFO] [stderr]     Updating git repository `https://github.com/SuccessfullyFailed/modifications_queue`
[INFO] [stderr]     Updating git repository `https://github.com/SuccessfullyFailed/task_syncer`
[INFO] [stderr]     Updating git repository `https://github.com/SuccessfullyFailed/window_controller`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 02aa25691a637b907bd19c67207a14d2ab9ff9feb92c5514ef4596590f63e84a
[INFO] running `Command { std: "docker" "start" "02aa25691a637b907bd19c67207a14d2ab9ff9feb92c5514ef4596590f63e84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02aa25691a637b907bd19c67207a14d2ab9ff9feb92c5514ef4596590f63e84a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02aa25691a637b907bd19c67207a14d2ab9ff9feb92c5514ef4596590f63e84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02aa25691a637b907bd19c67207a14d2ab9ff9feb92c5514ef4596590f63e84a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking modifications_queue v0.1.1 (https://github.com/SuccessfullyFailed/modifications_queue#e729315a)
[INFO] [stderr]     Checking circular_buffer v0.1.1 (https://github.com/SuccessfullyFailed/circular_buffer#983ecda1)
[INFO] [stderr]     Checking task_syncer v0.1.6 (https://github.com/SuccessfullyFailed/task_syncer#2019ba59)
[INFO] [stderr]     Checking window_controller v0.1.1 (https://github.com/SuccessfullyFailed/window_controller#5c9d03f3)
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::{ shared::windef::HWND, um::winuser::GetForegroundWindow };
[INFO] [stdout]   |               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::{ shared::windef::HWND, um::winuser::GetForegroundWindow };
[INFO] [stdout]   |                                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:86:15
[INFO] [stdout]    |
[INFO] [stdout] 86 |         use winapi::um::winuser::{ SetForegroundWindow, SetWindowPos, HWND_TOP, SWP_SHOWWINDOW, SW_SHOW};
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:109:15
[INFO] [stdout]     |
[INFO] [stdout] 109 |         use winapi::um::winuser::{ SetWindowPos, HWND_TOP, SWP_NOZORDER };
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:189:33
[INFO] [stdout]     |
[INFO] [stdout] 189 | ...   use winapi::{ ctypes::c_void, um::{ handleapi::CloseHandle, processthreadsapi::OpenProcess, winbase::QueryFullProcessImageNam...
[INFO] [stdout]     |                                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:190:33
[INFO] [stdout]     |
[INFO] [stdout] 190 |         use std::{ ffi::OsString, os::windows::ffi::OsStringExt };
[INFO] [stdout]     |                                       ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:216:17
[INFO] [stdout]     |
[INFO] [stdout] 216 |         use winapi::{ shared::windef::{ RECT, POINT }, um::winuser::{ GetClientRect, ClientToScreen } };
[INFO] [stdout]     |                       ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:216:50
[INFO] [stdout]     |
[INFO] [stdout] 216 |         use winapi::{ shared::windef::{ RECT, POINT }, um::winuser::{ GetClientRect, ClientToScreen } };
[INFO] [stdout]     |                                                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:231:15
[INFO] [stdout]     |
[INFO] [stdout] 231 |         use winapi::um::winuser::{ SetWindowPos, HWND_TOPMOST, SWP_NOMOVE, SWP_NOSIZE };
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_style.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 |         use winapi::um::winuser::{ GetWindowLongPtrW, GWL_STYLE, GWL_EXSTYLE };
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_style.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |         use winapi::shared::windef::HWND__;
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_style.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 | ...   use winapi::um::winuser::{ SetWindowPos, SetWindowLongPtrW, SWP_NOMOVE, SWP_NOSIZE, SWP_FRAMECHANGED, SWP_NOACTIVATE, GWL_STYL...
[INFO] [stdout]    |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_style.rs:71:15
[INFO] [stdout]    |
[INFO] [stdout] 71 | ...   use winapi::um::winuser::{ GetDC, GetWindowLongPtrW, SetLayeredWindowAttributes, ReleaseDC, GWL_EXSTYLE, WS_EX_LAYERED, WS_EX_...
[INFO] [stdout]    |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_style.rs:72:15
[INFO] [stdout]    |
[INFO] [stdout] 72 |         use winapi::shared::windef::HDC__;
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_style.rs:90:15
[INFO] [stdout]    |
[INFO] [stdout] 90 |         use winapi::um::winuser::WS_CAPTION;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 | ...   use winapi::{ ctypes::c_void, um::{ handleapi::CloseHandle, processthreadsapi::OpenProcess, winbase::QueryFullProcessImageNam...
[INFO] [stdout]     |                     ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_image.rs:1:31
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::{ ctypes::c_void, shared::{ minwindef::DWORD, windef::{ HBITMAP__, HDC__, POINT, RECT } }, um::{ wingdi::{ BI_RGB, BITMAP...
[INFO] [stdout]   |                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_image.rs:1:104
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...D, windef::{ HBITMAP__, HDC__, POINT, RECT } }, um::{ wingdi::{ BI_RGB, BITMAPINFO, BITMAPINFOHEADER, CreateCompatibleBitmap, Crea...
[INFO] [stdout]   |                                                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_image.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::{ ctypes::c_void, shared::{ minwindef::DWORD, windef::{ HBITMAP__, HDC__, POINT, RECT } }, um::{ wingdi::{ BI_RGB, BITMAP...
[INFO] [stdout]   |               ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 |             winapi::um::winuser::EnumWindows(Some(WindowController::externally_get_window_controllers), 0);
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:67:97
[INFO] [stdout]    |
[INFO] [stdout] 67 | ...rollers(hwnd:HWND, _control_handle:winapi::shared::minwindef::LPARAM) -> winapi::shared::minwindef::BOOL  {
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:67:135
[INFO] [stdout]    |
[INFO] [stdout] 67 | ...api::shared::minwindef::LPARAM) -> winapi::shared::minwindef::BOOL  {
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |                     return winapi::shared::minwindef::FALSE;
[INFO] [stdout]    |                                    ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 |             winapi::shared::minwindef::TRUE
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |         unsafe { winapi::um::winuser::ShowWindow(self.0, winapi::um::winuser::SW_MINIMIZE); }
[INFO] [stdout]    |                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:99:60
[INFO] [stdout]    |
[INFO] [stdout] 99 |         unsafe { winapi::um::winuser::ShowWindow(self.0, winapi::um::winuser::SW_MINIMIZE); }
[INFO] [stdout]    |                                                                  ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:104:20
[INFO] [stdout]     |
[INFO] [stdout] 104 |         unsafe { winapi::um::winuser::PostMessageW(self.0, message, 0, 0); };
[INFO] [stdout]     |                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:115:20
[INFO] [stdout]     |
[INFO] [stdout] 115 |         unsafe { winapi::um::winuser::PostMessageW(self.0, winapi::um::winuser::WM_CLOSE, 0, 0); }
[INFO] [stdout]     |                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:115:62
[INFO] [stdout]     |
[INFO] [stdout] 115 |         unsafe { winapi::um::winuser::PostMessageW(self.0, winapi::um::winuser::WM_CLOSE, 0, 0); }
[INFO] [stdout]     |                                                                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:134:20
[INFO] [stdout]     |
[INFO] [stdout] 134 |         unsafe { winapi::um::winuser::IsWindow(self.0) != 0 }
[INFO] [stdout]     |                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:139:20
[INFO] [stdout]     |
[INFO] [stdout] 139 |         unsafe { winapi::um::winuser::IsWindowVisible(self.0) != 0 }
[INFO] [stdout]     |                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 |         unsafe { winapi::um::winuser::IsIconic(self.0) != 0 }
[INFO] [stdout]     |                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:149:23
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let mut pid:winapi::shared::minwindef::DWORD = 0;
[INFO] [stdout]     |                             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:150:20
[INFO] [stdout]     |
[INFO] [stdout] 150 |         unsafe { winapi::um::winuser::GetWindowThreadProcessId(self.0, &mut pid); }
[INFO] [stdout]     |                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:156:20
[INFO] [stdout]     |
[INFO] [stdout] 156 |         unsafe { winapi::um::winuser::GetDlgCtrlID(self.0) as u32 }
[INFO] [stdout]     |                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:163:29
[INFO] [stdout]     |
[INFO] [stdout] 163 |             let length:i32 = winapi::um::winuser::GetWindowTextW(self.0, buffer.as_mut_ptr(), buffer.len() as i32);
[INFO] [stdout]     |                                      ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:172:29
[INFO] [stdout]     |
[INFO] [stdout] 172 |             let length:i32 = winapi::um::winuser::GetClassNameW(self.0, buffer.as_mut_ptr(), buffer.len() as i32);
[INFO] [stdout]     |                                      ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/window_controller-94a6f35f8394e857/5c9d03f/src/window_controller.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |             Ok(OsString::from_wide(&buffer[..buffer_size as usize]).to_string_lossy().replace('\\', "/"))
[INFO] [stdout]     |                          ^^^^^^^^^ associated function or constant not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/ffi/os_str.rs:133:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 210 -             Ok(OsString::from_wide(&buffer[..buffer_size as usize]).to_string_lossy().replace('\\', "/"))
[INFO] [stdout] 210 +             Ok(OsString::from_iter(&buffer[..buffer_size as usize]).to_string_lossy().replace('\\', "/"))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `window_controller` (lib) due to 38 previous errors
[INFO] running `Command { std: "docker" "inspect" "02aa25691a637b907bd19c67207a14d2ab9ff9feb92c5514ef4596590f63e84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02aa25691a637b907bd19c67207a14d2ab9ff9feb92c5514ef4596590f63e84a", kill_on_drop: false }`
[INFO] [stdout] 02aa25691a637b907bd19c67207a14d2ab9ff9feb92c5514ef4596590f63e84a
